type github.com/jackc/pgx/v5/pgtype.encodePlanBytesCodecTextBytes

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L87: 			return encodePlanBytesCodecTextBytes{}
		bytea.go#L121: type encodePlanBytesCodecTextBytes struct{}
		bytea.go#L123: func (encodePlanBytesCodecTextBytes) Encode(value any, buf []byte) (newBuf []byte, err error) {